#single-page-wrapper {
	width: 80%;
	max-width: 1000px;
	min-height: 1500px;
	position: relative;
	margin: 0 auto;
	margin-bottom: -30px;
	background: #F8F8F8;
	padding: 60px 100px 80px 80px;
 	box-shadow: inset 0 0 5px #555;
}
#single-page-wrapper iframe {
	width: 100%;
	/*height: auto;*/
}
#single-post-content-wrapper {
 	-webkit-font-smoothing: antialiased;
}
#single-voices-square {
	width: 20px;
	height: 20px;
	background: #659B40;
	position: relative;
	float: left;
	margin: 3px 8px 0 0;
}
#voices-page-label {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	float: left;
	margin: 5px 12px 5px 0;
	transition: color .2s;
}
#voices-page-label:hover {
	color: #659B40;
}
#voices-post-title-line { 
	width: 200px;
    height: 60px;
    position: relative;
	opacity: 0.8;
	margin: -80px 0 30px 0;
    display: block;
    border: none;
    border-radius: 200% 0 0 200%;
    background: #659B40;
    background: -webkit-gradient(radial, 70% 100%, 0, 50% 50%, 350, from(#659B40), to(#F8F8F8));
    background: radial-gradient(ellipse closest-side, #659B40, #FF8000 40%, #FFAB00 90%, #F8F8F8);
	z-index: 1;
	cursor: pointer;
}
.single-social-media-icon {
	width: 30px;
	height: 30px;
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	opacity: 1.0;
}
#ajr-voices-content {
	clear: both;
}
.single-post {
	width: 93%;
}
.single-post p {
	margin-bottom: 20px;
}
.single-headline {
	width: 75%;
	font-size: 40px;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 45px;
	letter-spacing: 1px;
}
.single-post-featured-image {
	width: 70%;
	height: auto;
	position: relative;
	float: left;
	margin: 30px 30px 2px 0; 
}
.single-photo-credit {
	clear: both;
	color: #B0B0B0;
	font-size: 10px;
	font-style: italic;
}
.single-photo-credit a:hover {
	color: #777;
}
.featured-image-caption {
	width: 67%;
	color: #888;
	font-size: 15px;
	margin: 7px 0 0 0;
}
.single-post-headshot {
	width: 150px;
	height: auto;
	position: relative;
	float: left;
	margin: 0px 20px 10px 0;
}
.single-byline {
	margin: 30px 0 5px 0;
	padding: 8px 0 0 0;
	color: #444;
	font-size: 20px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	transition: color 0.3s;
}
.single-byline a:hover {
	color: #1291B5;
}
.single-date {
	margin: 0 0 10px 0;
	color: #777;
	font-size: 12px;
}
.single-voices-date {
	margin-top: 10px;
	font-size: 16px;
}
.single-author-title {
	width: 500px;
	position: relative;
	color: #666;
	font-style: italic;
	line-height: 20px;
	margin: 8px 0 8px 0;
}
.single-social-shares { 
	width: 305px; 
	height: 30px; 
	padding: 3px 0 3px 0; 
	margin: 0 0 35px 0;
}
.single-social-shares-icon {
	display: inline-block;
	vertical-align: top;
} 
.fb-share-button {
	margin: 0;
}
.pin-it-button {
	margin: 0 0 0 -25px;
}
.single-comments-count {
	color: #9E9E9E;
	color: #1291B5;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}
.single-comments-count:hover {
	color: #10B4F7;
}
.single-content {
	width: 78%;
	clear: both;
	line-height: 22px;
	margin: 5px 0 50px 0;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
} 
.single-content a {
	color: #1291B5;
	transition: color .2s;
}
.single-content a:hover {
	color: #10C4F7;
}
.single-content ul {
	counter-reset: foo;
	display: table;
}
.single-content ul li {
	list-style-type: none;
	margin-left: 23px;
	counter-increment: foo;
	display: table-row;
}
.single-content ul li:before {
  	color: #1291B5;
  	content: "\2022"; 
  	display: table-cell;
	text-align: right;
  	font-size: 1.5em; 
  	padding-right: .35em;
  	position: relative;
    top: .19em;
}
.single-content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 0;
}
.single-content h2 {
	line-height: 30px;
}
.single-content hr {
	width: 100% !important;
	margin: 0 0 20px 0;
}
.video-single-content {
	margin-top: 0px;
}
.video-single-social-media-icon {
	margin-bottom: 30px;
}
img.alignright {
	float:right;
}
img.alignleft {float:left;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {width: 95% !important; display: block; margin-left: 0;}
.wp-caption {
	color: #666;
	font-size: 14px;
	font-style: italic;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 3px #B0B0B0;
	padding: 10px 0 0 10px;
}
.wp-caption img {
	/* margin-right: 5px; */
	margin: 0 auto; 
	width: 98%;
	height: auto;
}
.wp-caption-text {
	padding: 0 10px 10px 0;
}
.wp-caption.alignright {margin: 10px 0 20px 20px;}
.wp-caption.alignleft {margin: 10px 20px 20px 0;}
.wp-caption.aligncenter {}
.related-items-box {
	width: 200px;
	float: left;
	padding: 0 0 5px 0;
	margin: 10px 20px 10px 0;
	border: solid 1px #666;
	background: #FFFFFF;
}
.related-items-box-title {
	width: 100%;
	background: #1CA1BE;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 1;
}
.related-item-headline {
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	background: #FFFFFF;
	transition: color .2s;
	cursor: pointer;
}
.related-item-headline:hover {
	color: #1291B5;
}
.related-item-source {
	font-style: italic;
	color: #888;
	margin: -20px 0 15px 0;
}
.single-comments {
	color: #666;
	font-size: 20px;
	transition: color .2s;
}
.terms-of-use-link {
	color: #B0B0B0;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 10px 0;
	transition: color .2s;
}
.terms-of-use-link a {
	color: #1291B5;
	transition: color .2s;
}
.terms-of-use-link a:hover {
	color: #10C4F7;
}
#comments-template {
	width: 70%;
}

/*========= SIDEBAR =========*/
.single-sidebar {
	width: 300px;
	position: absolute;
	top: 70px;
	right: 50px;
}
.single-sidebar-ad {
	padding: 15px;
	background: #DCDCDC;
	-webkit-box-shadow:  inset 0 0 2px #666;	
		-moz-box-shadow: inset 0 0 2px #666;
   			box-shadow:  inset 0 0 2px #666;
}
.single-sidebar-related-story {
	width: 300px;
	margin: 10px 0 0 0;
	padding: 15px;
	background: #DCDCDC;
	-webkit-box-shadow:  inset 0 0 2px #666;	
		-moz-box-shadow: inset 0 0 2px #666;
   			box-shadow:  inset 0 0 2px #666;
}
.single-sidebar-related-story-header {
	width: 100%;
	color: #DCDCDC;
	background: #1CA1BE;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 10px 0 10px 0;
	cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.single-sidebar-related-story-header {font-weight: 600; color: #FFFFFF;}
	.single-sidebar-related-story-text {font-weight: 600;}
}
.single-sidebar-related-story-header-voices {
	margin-bottom: 15px;
}
.single-sidebar-related-story-image {
	height: 200px;
	position: relative;
	overflow: hidden;
}
.single-sidebar-related-story-image img {
	width: 300px;
	height: 200px;
	position: relative;
	z-index: 1;
}
.single-sidebar-related-story-image-category {
	margin-bottom: 20px;
}
.sidebar-more-in-category li {
	display: inline;
	list-style-type: none;
}
.single-sidebar-related-story-text {
	width: 95%;
	height: 185px;
	color: #EEEEEE;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	/*margin: -68px 0 3px 0;*/
	padding: 8px 10px 10px 10px;
	position: absolute;
	top: 150px;
	transition: color .2s;
	transition: top .5s;
	-webkit-transition: top .5s;
		-moz-transition: top .5s;
			-o-transition: top .5s;
				transition: top .5s;
	z-index: 2;
}
.single-sidebar-related-story-text:hover {
	top: 0;
	color: #FFFFFF;
}	
.single-sidebar-related-story-blurb {
	position: absolute;
	top: 60px;
	margin: 0 20px 0 20px;
	font-size: 15px;
	line-height: 17px;
}
.single-sidebar-related-story-byline {
	position: absolute;
	top: 175px;
	margin: 0 20px 0 20px;
	font-size: 13px;
}
.single-sidebar-thumbnail {
	display: inline-block;
}
.single-sidebar-related-story-thumbnail img {
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	border: solid 3px #FFFFFF;
}
.single-sidebar-related-story-thumbnail-text {
	/*width: 0px;*/
	position: relative;
	margin: 3px 10px 0 10px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
	transition: color .2s;
}
.single-sidebar-related-story-thumbnail-text hr {
	width: 280px;
}
.single-sidebar-related-story-thumbnail-text:hover {
	color: #1CA1BE;
}
.single-sidebar-hide-first-child:first-child {
	display: none;
}
.title:first-child {
	display: none;
}
.single-sidebar-related-story-thumbnail-text:nth-child(4) hr {
	display: none;
}
.single-sidebar-databases {
	width: 100%;
	color: #DCDCDC;
	background: #1CA1BE;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	cursor: pointer;
}
.single-sidebar-meet-our-bloggers {
	margin-top: 10px;
}
.meet-our-bloggers-photos img {
	width: 97px;
	height: 97px;
}
.sidebar-divider {
	width: 327px;
	height: 1px;
	background: #DCDCDC;
	margin: 0 0 5px 0;
	display: none;
}
.single-arrow {
	width: 60px;
	height: 80px;	
	position: fixed;
	z-index: 999;
	top: 50%;
	color: #666;
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	line-height: 75px;
	cursor: pointer;
	opacity: 0.4;
	border-radius: 20%;
}
.single-arrow:hover {
	color: #FFFFFF;
	opacity: 1.0;
}
#single-left-arrow {
	left: -4px;
}
#single-right-arrow {
	right: -4px;
}
.single-nextprev {
	width: 350px;
	height: 100px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 998;
	top: 49%;
}
.single-nextprev img {
	width: 120px;
	height: 80px;
	position: relative;
	float: left;
	margin: 10px;
}
.single-nextprev-voices img {
	width: 80px;
}
.single-nextprev-text {
	color: #DCDCDC;
	margin: 10px 10px 0 10px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	-webkit-font-smoothing: anti-aliased;
}
.single-nextprev-text:hover {
	color: #FFFFFF;
}
#single-prev {
	left: 1px;
	border-radius: 50px 0 0 50px;
	display: none;
}
#single-prev img {
	margin-left: 50px;
}
#single-next {
	width: 300px;
	right: 1px;
	border-radius: 0 50px 50px 0;
	display: none;
	padding-right: 50px;
}
.single-next-slide {
	width: 300px;
	height: 100px;
	position: fixed;
	top: 80%;
	right: -400px;
	z-index: 9999;
	background: #1CA1BE;
	display: none;
}
.single-next-slide-header {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 5px 0 0 20px;
}
.single-next-slide img {
	width: 80px;
	height: 80px;
	position: relative;
	float: left;
	margin: 10px;
}
.single-nextslide-text {
	color: #DCDCDC;
	margin: 10px 10px 0 10px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}
.single-nextslide-text:hover {
	color: #FFFFFF;
}
.single-next-slide-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -8px;
	right: -8px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	background: #1CA1BE;
	border: solid 2px #FFFFFF;
	border-radius: 100%;
	cursor: pointer;
}
.single-prev-close {
	background: rgba(0,0,0,0.8);
}
.single-next-close {
	left: -5px;
	background: rgba(0,0,0,0.8);
}
